home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: "Jason D. Morris" <jdmorris@ix.netcom.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Portable string class
- Date: Thu, 04 Jan 1996 21:00:27 -0500
- Organization: Netcom
- Message-ID: <30EC863B.5D003247@ix.netcom.com>
- References: <30ec0a52.108625283@news.qmw.ac.uk>
- NNTP-Posting-Host: ix-pon-mi2-07.ix.netcom.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-NETCOM-Date: Thu Jan 04 5:58:41 PM PST 1996
- X-Mailer: Mozilla 2.0b4 (X11; I; Linux 1.3.47 i586)
-
- Matthew Mower wrote:
- >
- > I am looking for a portable string class, perhaps there is a class
- > which will be included in the coming C++ standard library already
- > knocking about.
- >
- > Specifically I need something which will work under g++ 2.7.1 and MSVC
- > 2.1, has anybody tested the g++ string class under MSVC?
- >
- > Anyone?
- >
- > Regards,
- >
- > Matt.
- >
- > ----
- > Matt Mower - Information Services Team - University of North London
- > WWW Home Page = http://www.unl.ac.uk/~mat
- The string class (lowercase s) is part of the draft C++ Standard Library.
- It's the one included with libstdc++.
-
- Jason
-